#twitter-wrap h2.widgettitle { font-size: 12px }
#twitter-wrap h2.widgettitle a { color: #FF0066 }
#twitter-wrap {
    background-image: url("../images/twitter-bg.png");
    background-repeat: no-repeat;
    color: #FFFFFF;
    font-family: 'Oswald',sans-serif;
    font-size: 16px;
    height: 440px;
    padding: 115px 75px;
    position: absolute;
    right: 0;
    text-align: center;
    top: 50px;
    width: 130px
}
.tweets li a { color: #66CCCC }
a.timesince {
    border-top: 1px dotted #336666;
    color: #FF0066 !important;
    display: block;
    margin-top: 7px;
    padding-top: 5px;
    font-size: 12px;
}
#twitter-wrap li {
	list-style: none outside none;
	width: 130px;
	word-wrap: break-word
}
/* ANIMATION*/
ul.tweets {
    border-top: 1px dotted #336666;
    height: 100px;
    margin-bottom: 0;
    max-height: 230px;
    padding-top: 5px;
    position: relative;
}
ul.tweets li { opacity:0; position:absolute; word-wrap: break-word }
.quote span { display: block; font-size: 12px }